Appendix D. Values and Variables |
Numbers
Numbers are formed from the ten numeric digits (0 to 9), the decimal point,
and the negation sign. Numbers, or to be precise, digits, can only be numeric values,
and cannot be used as variables.
Numbers can be entered via the computer keyboard, the numeric key pad, or the
easy button floating window.
|
Roman Letters
All Roman letters except e can be used as variables or constants.
e is a predefined constant in GrafEq, equals 2.7182818284590452..., and is the
base of natural logarithms.
GrafEq is case sensitive, so upper-case and lower-case letters are considered
different and unique; x and X are not the same.
Roman letters can be entered via the computer keyboard, or the easy button floating window.
Greek Letters
All Greek letters except p can be used as variables or constants.
p is a predefined constant in GrafEq, equals 3.1415926535897932..., and is a
half circle’s angle in radian measure.
GrafEq is case sensitive, so upper-case and lower-case letters are not the same;
w and W are two different variables.
Greek characters can be entered via the easy button floating window, by typing in their name, or by using the keyboard key combinations listed in figure D.1. For example, “a” may be entered by clicking on the appropriate easy button, by typing “alpha”, or by pressing control-a.
Alpha | A | control-A | a | control-a |
Beta | B | control-B | b | control-b |
Chi | C | control-C | c | control-c |
Delta | D | control-D | d | control-d |
Epsilon | E | control-E | e | control-e |
Phi | F | control-F | f | control-f |
Gamma | G | control-G | g | control-g |
Eta | H | control-H | h | control-h |
Iota | I | control-I | i | control-i |
Theta Variant | J | control-J | ||
Phi Variant | j | control-j | ||
Kappa | K | control-K | k | control-k |
Lambda | L | control-L | l | control-l |
Mu | M | control-M | m | control-m |
Nu | N | control-N | n | control-n |
Omicron | O | control-O | o | control-o |
Pi | P | control-P | p | control-p |
Theta | Q | control-Q | q | control-q |
Rho | R | control-R | r | control-r |
Sigma | S | control-S | s | control-s |
Tau | T | control-T | t | control-t |
Upsilon | U | control-U | u | control-u |
Sigma Variant | V | control-V | ||
Pi Variant | v | control-v | ||
Omega | W | control-W | w | control-w |
Xi | X | control-X | x | control-x |
Psi | Y | control-Y | y | control-y |
Zeta | Z | control-Z | z | control-z |
Sets
Sets can be discrete or continuous.
A discrete set contains elements listed within a pair of braces.
A continuous set can either contain
open ranges described within a pair of parentheses, or
closed ranges described within a pair of square brackets.
To conclude this section of the manual, following are some additional hints and tips about GrafEq values:
|